home *** CD-ROM | disk | FTP | other *** search
- #ifndef __Shell_Redraw2_h
- #define __Shell_Redraw2_h
-
- #ifndef __Shell_Shell_h
- #include "Shell.Shell.h"
- #endif
-
- void Shell_WindRedraw2(
- wimp_rect *workrect,
- Shell_convertpoint convert,
- Shell_windblock *wind
- );
- /* This fn redraws the specified region of wind. It is called by Shell's main */
- /* event_REDRAW handler in GFX.c, and also by PlainRect save-as-sprite */
- /* function. */
-
- #endif
-
-